ICreatorTrackable<T>

An interface that implements the CloudNimble common pattern for tracking who created an Entity.

Syntax

public interface ICreatorTrackable<T> where T : struct

Properties

CreatedById

T CreatedById { get; set; }
The unique identifier for the User that created this particular Entity.

Returns

T